The following samples of code demonstrate how to use the PEShow functions to control which page is shown in the Preview Window:
IF PEShowNextPage (Job) = .F.
&& Handle error
ENDIF
IF PEShowFirstPage (Job) = .F.
&& Handle error
ENDIF
IF PEShowPreviousPage (Job) = .F.
&& Handle error
ENDIF
IF PEShowLastPage (Job) = .F.
&& Handle error
ENDIF
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |